Draws a series of Bézier splines from an array of Point structures.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void DrawBeziers ( |
Visual Basic
Copy Code
|
|---|
Sub DrawBeziers( _ |
A Pen object that determines the color, width, and style of the curve.
An array of Point structures that represent the points that determine the curve.
See Also